[@horse]
#IF
checknamelist horsequest1.txt
#ACT
goto @page3
break

#IF
checknamelist horsequest2.txt
#ACT
goto @hasitems
break

#ELSEACT
goto @begin

[@begin]
Hello! Hello! Hello! Hello! Oh i said that four four\
times, sorry I have a little dis-dis-disorder but I\
wont trouble you with my problems.\
\
My name is Sam, and my lov-lov... Love is my life is\
horses, they help me and i help them and when i think\
about horses my problems go away, see!\
\
<Page 2/@page2> / <exit/@exit>

[@page2]
#ACT
addnamelist horsequest1.txt
goto @page3

[@page3]
#IF
checkitem SpiderWeb 1
checkitem BugShell 1
checkitem Bone 1
checkitem LargeBone 1
checkitem EbonyFruit 1
checkitem SunPotion 1
checkgold 50000
#ACT
take SpiderWeb 1
take BugShell 1
take LargeBone 1
take EbonyFruit 1
take SunPotion 1
take gold 50000
delnamelist horsequest1.txt
addnamelist horsequest2.txt
goto @hasitems
#ELSEACT
goto @page4

[@page4]
If.... you want! I can give you a hor-horse but i need\
some items from all around the world, so if your ready!\
Bring me:\
<1 Spider Web>, <1 Bug Shell>, <1 Bone>, <1 Large Bone>,\
<1 Ebony Fruit>, <1 SunPotion> oh and i will need <50K>!\
<exit/@exit>

[@hasitems]
Thank you, Each item you provided me is useful for the\
development of horses, NOT ENOUGH PE PEOPLE have ho-ho-\
horses and i want that to change, god i love horses!...!
<What horse would you like to bo-bo-borrow?>\\
<White Horse/@white> | <Red Horse/@red> | <Black Horse/@black> | <Brown/@brown>\
Each one will cost you 20k

[@white]
#IF
checkgold 20000
#ACT
take gold 20000
give WhiteHorse 1
#ELSEACT
goto @notenough

[@red]
#IF
checkgold 20000
#ACT
take gold 20000
give RedHorse 1
#ELSEACT
goto @notenough

[@brown]
#IF
checkgold 20000
#ACT
take gold 20000
give BrownHorse 1
#ELSEACT
goto @notenough

[@black]
#IF
checkgold 20000
#ACT
take gold 20000
give BlackHorse 1
#ELSEACT
goto @notenough

[@notenough]
Sa sa sadly you dont have enough gold!\
<exit/@exit>


